home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 August 15 / CD [VMAG950815].bin / epson / m500ck.dxr / 00048.ls < prev    next >
Encoding:
Text File  |  1995-06-14  |  188 b   |  12 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   puppetSprite(10, 1)
  4.   set the castNum of sprite 10 to the number of cast "HIDDD"
  5. end
  6.  
  7. on mouseUp
  8.   puppetSprite(10, 0)
  9.   updateStage()
  10.   go("02")
  11. end
  12.